projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c11032b
)
(ange-ftp-tmp-name-template): Use system-tmp-directory.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 03:38:59 +0000
(
03:38
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 May 1998 03:38:59 +0000
(
03:38
+0000)
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index bd190091ec349a46e9a6522b7b5d8de3afdc474e..ecee7db88dfee6b60c0b9f5f268c48f25b50f4aa 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-700,10
+700,8
@@
These mean that the FTP process should (or already has) been killed."
:group 'ange-ftp
:type 'regexp)
-(defcustom ange-ftp-tmp-name-template
- (if (memq system-type '(ms-dos windows-nt))
- (concat (or (getenv "TEMP") (getenv "TMP") "c:/temp") "/ange-ftp")
- "/tmp/ange-ftp")
+(defcustom ange-ftp-tmp-name-template
+ (concat system-tmp-directory "/ange-ftp")
"*Template used to create temporary files."
:group 'ange-ftp
:type 'directory)